home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5253 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: lrz-muenchen.de!news
  2. From: watzka@stat.uni-muenchen.de (Kurt Watzka)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Doubly Linked List
  5. Date: 9 Feb 1996 09:49:31 GMT
  6. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  7. Distribution: world
  8. Message-ID: <4ff5bb$jlo@sparcserver.lrz-muenchen.de>
  9. References: <4f0nbm$25p@tofu.alt.net> <4fdd3v$flj@sam.inforamp.net>
  10. NNTP-Posting-Host: sun2.lrz-muenchen.de
  11.  
  12. rmorin@inforamp.net (Randy Charles Morin) writes:
  13.  
  14. >In article <4f0nbm$25p@tofu.alt.net>, vjarnot@mnw.net (AtsaR) wrote:
  15. >>    Hi there, being a newbie, I'm having a bit of trouble implementing an
  16. >>automatically sorted doubly linked list...I would appreciate it if
  17. >>anyone could point me to somewhere on the net where I could look at
  18. >>source code for what I'm trying to do...
  19. >>
  20. >>    Please Help!!  Thanks in advance.
  21. >>
  22. >>vjarnot@mnw.net
  23. >>
  24.  
  25. >The class TSDequeAsVector in Borland's standard c++ library is a good example. 
  26. >The source code is include with Borland C++.  The code is C++, but the essense 
  27. >is still C.
  28.  
  29.  1) TSDequeAsVector is _not_ part of any standard I know.
  30.  2) Borland does not set standards, it just violates them.
  31.  3) C Newbies should not be confused with C++ templates, imho.
  32.  4) Any good book on algorithms will do.
  33.  
  34. Kurt
  35. --
  36. | Kurt Watzka                             Phone : +49-89-2180-6254
  37. | watzka@stat.uni-muenchen.de
  38. | ua302aa@sunmail.lrz-muenchen.de
  39.